GenerationConfig.Builder

class GenerationConfig.Builder


Builder for creating a GenerationConfig.

Mainly intended for Java interop. Kotlin consumers should use generationConfig for a more idiomatic experience.

See also
generationConfig

Summary

Public constructors

Public functions

GenerationConfig

Create a new GenerationConfig with the attached arguments.

Public constructors

Builder

Builder()

Public functions

build

fun build(): GenerationConfig

Create a new GenerationConfig with the attached arguments.